home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / Internal_67.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  566 b   |  24 lines

  1. on exitFrame
  2.   global nappi_sprite
  3.   set ro to 0
  4.   if rollOver(3) then
  5.     set the locH of sprite nappi_sprite to 118
  6.     set the locV of sprite nappi_sprite to 396
  7.     set ro to 1
  8.   end if
  9.   if rollOver(4) then
  10.     set the locH of sprite nappi_sprite to 118
  11.     set the locV of sprite nappi_sprite to 426
  12.     set ro to 1
  13.   end if
  14.   if rollOver(5) then
  15.     set the locH of sprite nappi_sprite to 398
  16.     set the locV of sprite nappi_sprite to 454
  17.     set ro to 1
  18.   end if
  19.   if ro = 0 then
  20.     set the locV of sprite nappi_sprite to 1000
  21.   end if
  22.   go(the frame)
  23. end
  24.